Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 664a4cbe7df7245763f3b4b10ca08bb3895de2bd


Parents : d040898
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-05-30T12:30:47-05:00

chore(dependencies): update UV_VERSION to 0.11.15 in CI scripts

Changes

2 files changed, 2 insertions(+), 2 deletions(-)


Diff

diff --git a/scripts/ci/docker-build-entry.sh b/scripts/ci/docker-build-entry.sh
index 82cdc39f..826bcee0 100644
--- a/scripts/ci/docker-build-entry.sh
+++ b/scripts/ci/docker-build-entry.sh
@@ -5,7 +5,7 @@ set -euo pipefail
cd /src
-export UV_VERSION="${UV_VERSION:-0.11.12}"
+export UV_VERSION="${UV_VERSION:-0.11.15}"
export PNPM_VERSION="${PNPM_VERSION:-11.1.2}"
apt-get update -y

diff --git a/scripts/ci/github-install-uv.sh b/scripts/ci/github-install-uv.sh
index a9353dc4..a4367b01 100755
--- a/scripts/ci/github-install-uv.sh
+++ b/scripts/ci/github-install-uv.sh
@@ -3,7 +3,7 @@
# Set UV_VERSION to override the default.
set -euo pipefail
-UV_VERSION="${UV_VERSION:-0.11.12}"
+UV_VERSION="${UV_VERSION:-0.11.15}"
python -m pip install --disable-pip-version-check --upgrade pip
python -m pip install --disable-pip-version-check "uv==${UV_VERSION}"


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────